home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / zh_Hans$containers_properties.as < prev    next >
Text File  |  2009-02-12  |  635b  |  25 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class zh_Hans$containers_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function zh_Hans$containers_properties()
  10.       {
  11.          super("zh_Hans","containers");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "noColumnsFound":"No ConstraintColumns found.",
  18.             "noRowsFound":"No ConstraintRows found.",
  19.             "rowNotFound":"ConstraintRow \'{0}\' not found.",
  20.             "columnNotFound":"ConstraintColumn \'{0}\' not found."
  21.          };
  22.       }
  23.    }
  24. }
  25.